From: Richard M. Stallman Date: Tue, 26 Jul 1994 15:26:13 +0000 (+0000) Subject: (tek4300): Don't define if already defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90722 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bd37f91150d71bbffb0311a21800edb6929cf597;p=emacs.git (tek4300): Don't define if already defined. --- diff --git a/src/m/tek4300.h b/src/m/tek4300.h index c0cd938d66d..bd48abc78fc 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h @@ -48,7 +48,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Now define a symbol for the cpu type, if your compiler does not define it automatically. */ +#ifndef tek4300 #define tek4300 +#endif /* Use type int rather than a union, to represent Lisp_Object */